GET
/
signin
/
provider
/
{provider}
curl --request GET \
  --url https://local.auth.local.nhost.run/v1/signin/provider/{provider}
"<string>"

Path Parameters

provider
enum<string>
required

OAuth Provider to use

Available options:
github,
google,
facebook,
twitter,
apple,
azuread,
windowslive,
linkedin,
spotify,
strava,
gitlab,
bitbucket,
twitch

Query Parameters

redirectUrl
string
required

After a user successfully authorizes an application, the authorization server will redirect the user back to this URL

Response

302 - application/json
Redirect to the provider's authentication page

The response is of type string.